From: Michael Büsch Date: Sun, 20 Feb 2011 23:08:08 +0000 (+0000) Subject: tint2: Fix taskbar frame colors. Improve clock format for embedded devices. X-Git-Url: http://git.openwrt.org/%22http:/oss.oetiker.ch/rrdtool//%22/%22http:/oss.oetiker.ch/rrdtool/%22?a=commitdiff_plain;h=fee6049c359b2c204ae753fb800f77064038cf99;p=openwrt%2Fsvn-archive%2Ffeeds.git tint2: Fix taskbar frame colors. Improve clock format for embedded devices. SVN-Revision: 25636 --- diff --git a/desktop/apps/tint2/files/tint2rc b/desktop/apps/tint2/files/tint2rc index 7d83bb8..5b1576c 100644 --- a/desktop/apps/tint2/files/tint2rc +++ b/desktop/apps/tint2/files/tint2rc @@ -27,7 +27,7 @@ panel_size = 100% 30 panel_margin = 0 0 panel_padding = 7 0 7 panel_dock = 0 -wm_menu = 0 +wm_menu = 1 panel_layer = top panel_background_id = 1 panel_items = LTSCB @@ -41,9 +41,10 @@ strut_policy = follow_size # Taskbar taskbar_mode = multi_desktop +#taskbar_mode = single_desktop taskbar_padding = 2 3 2 -taskbar_background_id = 0 -taskbar_active_background_id = 0 +taskbar_background_id = 1 +taskbar_active_background_id = 2 # Launcher #launcher_icon_theme = foo @@ -93,7 +94,7 @@ systray_icon_asb = 70 0 0 # Clock time1_format = %H:%M time1_font = sans 8 -time2_format = %A %d %B +time2_format = %a %Y-%m-%d time2_font = sans 6 clock_font_color = #FFFFFF 74 clock_padding = 1 0